home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / share / man / cat3 / XmCreateScrolledList.z / XmCreateScrolledList
Encoding:
Text File  |  2003-11-18  |  4.4 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))  UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV  XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       _X_m_C_r_e_a_t_e_S_c_r_o_l_l_e_d_L_i_s_t - The List ScrolledList convenience
  10.       creation function
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.       #include <Xm/List.h>
  14.  
  15.       Widget XmCreateScrolledList (ppppaaaarrrreeeennnntttt,,,, nnnnaaaammmmeeee,,,, aaaarrrrgggglllliiiisssstttt,,,, aaaarrrrggggccccoooouuuunnnntttt)
  16.            _W_i_d_g_e_t     ppppaaaarrrreeeennnntttt;
  17.            _S_t_r_i_n_g     nnnnaaaammmmeeee;
  18.            _A_r_g_L_i_s_t     aaaarrrrgggglllliiiisssstttt;
  19.            _C_a_r_d_i_n_a_l     aaaarrrrggggccccoooouuuunnnntttt;
  20.  
  21.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  22.       _X_m_C_r_e_a_t_e_S_c_r_o_l_l_e_d_L_i_s_t creates an instance of a    List widget
  23.       that is contained within a ScrolledWindow.  All
  24.       ScrolledWindow subarea widgets are automatically created by
  25.       this function. The ID    returned by this function is that of
  26.       the List widget.  Use    this ID    for all    normal List
  27.       operations, as well as those that are    relevant for the
  28.       ScrolledList widget.
  29.  
  30.       All arguments    to either the List or the ScrolledWindow
  31.       widget can be    specified at creation time using this
  32.       function.  Changes to    initial    position and size are sent
  33.       only to the ScrolledWindow widget.  Other resources are sent
  34.       to the List or the ScrolledWindow widget as appropriate.
  35.  
  36.       This function    forces the following initial values for
  37.       ScrolledWindow resources:
  38.  
  39.       +o    _X_m_N_s_c_r_o_l_l_i_n_g_P_o_l_i_c_y is set to _X_m_A_P_P_L_I_C_A_T_I_O_N__D_E_F_I_N_E_D.
  40.  
  41.       +o    _X_m_N_v_i_s_u_a_l_P_o_l_i_c_y is set to _X_m_V_A_R_I_A_B_L_E.
  42.  
  43.       +o    _X_m_N_s_c_r_o_l_l_B_a_r_D_i_s_p_l_a_y_P_o_l_i_c_y is set    to _X_m_S_T_A_T_I_C.  (No
  44.            initial value is    forced for the List's
  45.            _X_m_N_s_c_r_o_l_l_B_a_r_D_i_s_p_l_a_y_P_o_l_i_c_y.)
  46.  
  47.       +o    _X_m_N_s_h_a_d_o_w_T_h_i_c_k_n_e_s_s is set to 0.
  48.  
  49.       To obtain the    ID of the ScrolledWindow widget    associated
  50.       with the ScrolledList, use the Xt Intrinsics _X_t_P_a_r_e_n_t
  51.       function.  The name of the ScrolledWindow created by this
  52.       function is formed by    concatenating the letters _S_W onto the
  53.       end of the nnnnaaaammmmeeee specified in the parameter list.
  54.  
  55.       ppppaaaarrrreeeennnntttt
  56.            Specifies the parent widget ID
  57.  
  58.       nnnnaaaammmmeeee Specifies the name of the created widget
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/11/03)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))  UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV  XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))
  71.  
  72.  
  73.  
  74.       aaaarrrrgggglllliiiisssstttt
  75.            Specifies the argument list
  76.  
  77.       aaaarrrrggggccccoooouuuunnnntttt
  78.            Specifies the number of attribute/value pairs in    the
  79.            argument    list (aaaarrrrgggglllliiiisssstttt)
  80.  
  81.       For a    complete definition of List and    its associated
  82.       resources, see _X_m_L_i_s_t(_3_X).
  83.  
  84.      RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
  85.       Returns the List widget ID.
  86.  
  87.      RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
  88.       _X_m_L_i_s_t(_3_X) and _X_m_S_c_r_o_l_l_e_d_W_i_n_d_o_w(_3_X).
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                        (printed 11/11/03)
  130.  
  131.  
  132.  
  133.